ComponentOne Web API Edition
IExporter<T> Interface
Members 

C1.Web.Api Namespace : IExporter<T> Interface
Type of ExportSource.
Common generic interface for all exporters to share.
Syntax
'Declaration
 
Public Interface IExporter(Of T As ExportSource) 
   Inherits IExporter 
public interface IExporter<T> : IExporter  
where T: ExportSource
Type Parameters
T
Type of ExportSource.
See Also

Reference

IExporter<T> Members
C1.Web.Api Namespace